PAV-58: Integrar autenticação via GitHub (OAuth) ao sistema de login#146
Merged
Benevanio merged 4 commits intoJun 19, 2026
Merged
Conversation
- Adicionar funcao getGithubAuthUrl no authService - Substituir botao Apple por GitHub (SVG + handler) nas telas de login e registro - Adicionar PublicRoute para redirecionar usuarios logados de /login e /register para /app - Adicionar testes unitarios para getGithubAuthUrl Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Someone is attempting to deploy a commit to the Bene Tesla's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…unity#145 LinkedIn OAuth) Mantém tanto GitHub OAuth (pav-58) quanto LinkedIn OAuth (pav-6) nos componentes de login/registro e no authService. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adiciona mocks e testes para handleGithubLogin em RigthSide e RegisterSide, cobrindo sucesso e falha, para atingir threshold de 80% de branch coverage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Integração do login via GitHub OAuth no frontend. O backend já suportava GitHub como provider OAuth — este PR conecta o frontend ao fluxo existente: adiciona a função
getGithubAuthUrlno authService, substitui o botão Apple pelo GitHub (com ícone SVG) nas telas de login e registro, e adiciona umPublicRouteguard que redireciona usuários já autenticados de/logine/registerpara/app.Linear link
https://linear.app/tatame/issue/PAV-58/integrar-autenticacao-via-github-oauth-ao-sistema-de-login
Como foi testado
Testes unitários passando — Backend: 305/305 | Frontend: 147/151 (4 falhas pré-existentes em jobsService.test.ts, não relacionadas a este PR)